-
Notifications
You must be signed in to change notification settings - Fork 209
Add "musl" section. #163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "musl" section. #163
Conversation
ericonr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I accidentally created a review instead of leaving a single comment. Didn't want to seem pompous, sorry. I'm not going to delete it, though, to avoid filling up the issue history.
5c26239 to
c8a8c9a
Compare
src/config/musl.md
Outdated
|
|
||
| Create a directory that will contain the chroot, and install a base system in it | ||
| via the `base-voidstrap` package. If network access is required, copy | ||
| `/etc/resolv.conf` and `/etc/hosts` into the chroot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure /etc/hosts should be recommended here. There are a lot of chroot applications where this would be unnecessary and/or undesireable.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry i didn't catch that. /etc/hosts isn't strictly required for network access. I don't feel super strongly about this. I guess I would be fine if /etc/hosts was qualified.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
|
This looks really close to me. Thanks for your continued work on this. |
Initial draft to address #130, for feedback.
i wasn't sure where to put this section in the Handbook, so i've just ended up putting it under the "Configuration" section. i've also added a link to this section from the "Base Requirements" page, with the idea of making people aware that a musl system might not be appropriate for their needs.
Also, would it be correct to say that those who need locale support should use glibc Void, rather than musl Void? (Locale support is certainly one of the reasons i use glibc rather than musl.)